home *** CD-ROM | disk | FTP | other *** search
- Path: news.sara.nl!news
- From: Paul Langemeijer <lmeijer@phys.uva.nl>
- Newsgroups: comp.lang.c++
- Subject: how can I make arrays larger than 64k?
- Date: 23 Jan 1996 16:22:24 GMT
- Organization: Academic Computer Services Amsterdam (SARA)
- Message-ID: <4e3200$juo@mira.sara.nl>
- NNTP-Posting-Host: pc-ka159.phys.uva.nl
-
- Hello,
-
- I am working on a simulation program that generates a large number of
- complex points (1Meg). I used to write this data to a file, but
- now I want to extend this program with a fourier transform of the data,
- so I would like store the data in a large array.
-
- The function calloc doesnot provide enough memory to do this.
- How can I use a larger part of the 8Mb memory in my pc for storage of
- this array? Do I have to change the compiler settings? How?
- Is there someone with a lot of experiency how can help me on this
- one?
-
- I am using BorlandC++ for (DOS) pc.
-
- Thanks a lot!!
-
-
- Frederik de Jong
-
- Email:
- fbdejong@nucleus.phys.uva.nl
-
-
-